-
Notifications
You must be signed in to change notification settings - Fork 32
[Frontend] e2e: IDs for MetaModeling #8310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very cool! thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds unique ID attributes to various UI buttons and widgets to enable easier identification during end-to-end testing. The changes focus on setting programmatic IDs for buttons related to probes, function creation, and parameter connections.
- Adds ID attributes to probe connection buttons, function creation buttons, and parameter-related UI elements
- Removes a development platform check for parameter visibility
- Enhances testability by providing consistent element identification
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| services/static-webserver/client/source/class/osparc/widget/NodeOutputs.js | Adds ID to probe connection button |
| services/static-webserver/client/source/class/osparc/study/CreateFunction.js | Adds ID to create function button |
| services/static-webserver/client/source/class/osparc/form/renderer/PropForm.js | Adds IDs to input connection and parameter buttons, removes development platform check |
| services/static-webserver/client/source/class/osparc/dashboard/ResourceDetails.js | Adds ID to create function page button |
services/static-webserver/client/source/class/osparc/study/CreateFunction.js
Outdated
Show resolved
Hide resolved
…ateFunction.js Co-authored-by: Copilot <[email protected]>
🧪 CI InsightsHere's what we observed from your CI run for 5a0bc89. 🟢 All jobs passed!But CI Insights is watching 👀 |
|



What do these changes do?
This PR adds unique ID attributes to various UI buttons and widgets to enable easier identification during MetaModeling end-to-end testing. The changes focus on setting IDs for buttons related to probes, parameter connections and function creation.
Related issue/s
How to test
Dev-ops